home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 3.7 / Buddy API Docs.swf / texts / 1594.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.8 KB  |  79 lines

  1. 159
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. ResolveShortcut 
  6. --- RECORDSEPARATOR ---
  7. Platform:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. Windows
  12. --- RECORDSEPARATOR ---
  13.  
  14. --- RECORDSEPARATOR ---
  15. Description:
  16. --- RECORDSEPARATOR ---
  17.  
  18. --- RECORDSEPARATOR ---
  19. baResolveShortcut returns the file a Window 95/NT shortcut. points to.
  20. --- RECORDSEPARATOR ---
  21.  
  22. --- RECORDSEPARATOR ---
  23. Usage:
  24. --- RECORDSEPARATOR ---
  25.  
  26. --- RECORDSEPARATOR ---
  27. Result = baResolveShortcut( Shortcut )
  28. --- RECORDSEPARATOR ---
  29.  
  30. --- RECORDSEPARATOR ---
  31. Arguments:
  32. --- RECORDSEPARATOR ---
  33.  
  34. --- RECORDSEPARATOR ---
  35. String. 
  36. --- RECORDSEPARATOR ---
  37. Shortcut is the name of the shortcut.
  38. --- RECORDSEPARATOR ---
  39.  
  40. --- RECORDSEPARATOR ---
  41. Returns:
  42. --- RECORDSEPARATOR ---
  43.  
  44. --- RECORDSEPARATOR ---
  45. String. 
  46. --- RECORDSEPARATOR ---
  47. Returns the file name, or an empty string if the shortcut doesn't exist or isn't a 
  48. --- RECORDSEPARATOR ---
  49. shortcut.
  50. --- RECORDSEPARATOR ---
  51.  
  52. --- RECORDSEPARATOR ---
  53. Examples:
  54. --- RECORDSEPARATOR ---
  55.  
  56. --- RECORDSEPARATOR ---
  57. Director: 
  58. --- RECORDSEPARATOR ---
  59. set filename = baResolveShortcut( "c:\temp\My Shortcut" ) 
  60. --- RECORDSEPARATOR ---
  61. Authorware: 
  62. --- RECORDSEPARATOR ---
  63. filename := baResolveShortcut( "c:\\temp\\My Shortcut" )
  64. --- RECORDSEPARATOR ---
  65.  
  66. --- RECORDSEPARATOR ---
  67. Notes:
  68. --- RECORDSEPARATOR ---
  69.  
  70. --- RECORDSEPARATOR ---
  71. This function is only available in the 32 bit version running under Windows 95 or 
  72. --- RECORDSEPARATOR ---
  73. NT 4. If used in 16 bit or under earlier versions of NT, it will do nothing and return 
  74. --- RECORDSEPARATOR ---
  75. an empty string. 
  76. --- RECORDSEPARATOR ---
  77. The file extension for shortcuts is .lnk, which Windows does not display. If does not 
  78. --- RECORDSEPARATOR ---
  79. matter whether or not you include this extension in your shortcut name.